Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 25 Sep 2010 00:32:09 +0000 (02:32 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 25 Sep 2010 00:32:09 +0000 (02:32 +0200)
commit2c1933e3c8cf5d21504be77e95c3784dd048a9b5
treea9e502adae7a4d212d7efa4f33f99b37f47fa3a3
parentb3b9c60611b55902edce43a2f6aabedacf2a26cf
Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".

* lisp/server.el (server-start): Revert part of 2010-08-08 change.  Using
  address 127.0.0.1 for local host is now done in Fmake_network_process.
* src/process.c (Fmake_network_process): When arg :host is 'local,
  use address 127.0.0.1, not name "localhost".
lisp/ChangeLog
lisp/server.el
src/ChangeLog
src/process.c